/* Add the following command in the <head> section of your HTML file */
/* <link rel=stylesheet type="text/css" href="base.css"> */

BLOCKQUOTE  { font-size: 92%; font-family: "verdana", "tahoma"; color: navy}

#background-image: url(../images/chalk.jpg); background-attachment: fixed;
BODY {	
	color: navy;
	font-size: 95%;
	font-family: "verdana", "tahoma", "Comic Sans MS"
	}

H1 {	font-size: 150%; color: navy; }
H2 {	font-size: 125%; color: navy; font-variant: small-caps; }
H3 {	font-size: 115%; color: navy }
H4 {	font-size: 110%; color: navy }
H5 {	font-size: 105%; color: navy; font-variant: small-caps }

EM {	font-size: 100%; color: red;}
LI { font-size: 90%; font-family: "verdana", "tahoma"; color: navy}
P { font-size: 95%; font-family: "verdana", "tahoma"; color: navy}

#answer { color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	}

#editornote { color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 275%;
	}

#novena { color: #888800;
	font-family: cg-times;
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
	}

#question { color: #000000;
	font-family: cg-times;
	font-weight: bold;
	font-variant: small-caps;
	}

#scripture { color: red;
	font-family: san-serif;
	font-weight: bold;
	font-style: italic;
	}

#title { color: navy;
	font-family: "verdana", "tahoma";
	font-size: 90%;
	font-style: italic;
	font-variant: small-caps;
	}

A 	{ font-size: 100%;  }

A:link 	{ color: blue }
A:visited	{ color: gray  }
A:active	{ background-color: blue;
	color: aqua;
	font-size: 120%;
}
.banner {
	background-color: cyan;
}
.citation {
	color: navy;
	font-family: "verdana", "tahoma";
	font-size: 80%;
	font-style: normal;
	font-variant: small-caps;
	border: thin none;

}
.pagebreak {
	page-break-before: always;
}

.SelectionHeader {
	color: navy;
	font-family: "verdana", "tahoma";
}